"liquid glass" shadcn/ui theme

futuristic
high-contrast
immersive
bold-colors
experimental

Shadcn/ui Theme Css Variables

name: Liquid Glasskeyword: liquid glass views: 20

:root {
  --background: 210 100% 20%;
  --foreground: 30 100% 90%;
  --card: 210 100% 20%;
  --card-foreground: 30 100% 90%;
  --popover: 210 100% 20%;
  --popover-foreground: 30 100% 90%;
  --primary: 180 100% 50%;
  --primary-foreground: 210 100% 20%;
  --secondary: 240 100% 75%;
  --secondary-foreground: 210 100% 20%;
  --muted: 210 100% 40%;
  --muted-foreground: 30 100% 80%;
  --accent: 270 100% 75%;
  --accent-foreground: 210 100% 20%;
  --destructive: 0 100% 70%;
  --destructive-foreground: 210 100% 20%;
  --border: 210 100% 50%;
  --input: 210 100% 50%;
  --ring: 180 100% 50%;
  --radius: 1rem;
  --chart-1: 180 100% 50%;
  --chart-2: 240 100% 75%;
  --chart-3: 270 100% 75%;
  --chart-4: 30 100% 90%;
  --chart-5: 0 100% 70%;
}